net: Fix client identifiers for ARM
authorAlexander Graf <[email protected]>
Fri, 6 May 2016 19:01:04 +0000 (21:01 +0200)
committerTom Rini <[email protected]>
Fri, 27 May 2016 19:37:16 +0000 (15:37 -0400)
commitfa96f37ec5835aa685f7beb0af4fef12e9001027
tree275038a6d7230c9573663bd7c87394d5b6feae45
parent0dac6b4e850cdd934f9b04cecc79fc395127ab29
net: Fix client identifiers for ARM

There are client identifiers specifically reserved for ARM U-Boot
according to http://www.ietf.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml#processor-architecture.

So let's actually make use of them rather than the bogus 0x100 that
we emitted so far.

Signed-off-by: Alexander Graf <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Drop the Xilinx define to 0x100 as it's not the correct value to
use].
Signed-off-by: Tom Rini <[email protected]>
include/configs/xilinx_zynqmp.h
net/Kconfig